home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_1841 / frame_7 / DoAction.as
Text File  |  2001-12-02  |  283b  |  24 lines

  1. if(choice == 1)
  2. {
  3.    if(_root.mnichstate == 0)
  4.    {
  5.       gotoAndPlay(8);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(79);
  10.    }
  11. }
  12. else if(choice == 2)
  13. {
  14.    gotoAndPlay(241);
  15. }
  16. else if(choice == 3)
  17. {
  18.    gotoAndPlay(340);
  19. }
  20. else if(choice == 4)
  21. {
  22.    gotoAndPlay(362);
  23. }
  24.